home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / dialogs / dlg_setup.dlg < prev    next >
Extensible Markup Language  |  2014-12-19  |  2KB  |  61 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="ab_setup" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.   <widget type="vlayout" flags="fillX fillY" >
  17.  
  18.     <!-- pages -->
  19.     <widget type="tabBook" name="tabBook" flags="fillX fillY" >
  20.  
  21.       <!-- user page -->
  22.       <widget type="tabPage" text="Users" flags="fillX fillY" >
  23.         <widget type="hlayout" flags="fillX fillY" >
  24.           <widget type="listBox" name="userListBox" flags="fillX fillY" />
  25.           <widget type="vlayout" flags="fillY equalWidth" >
  26.             <widget type="pushButton" text="Edit User"    name="editUserButton" />
  27.             <widget type="pushButton" text="Create User"  name="addUserButton" />
  28.             <widget type="pushButton" text="Delete User"  name="delUserButton" />
  29.             <widget type="vspacer" flags="fillY" />
  30.           </widget>
  31.         </widget>
  32.       </widget>
  33.  
  34.       <!-- account page -->
  35.       <widget type="tabPage" text="Accounts" flags="fillX fillY" >
  36.         <widget type="hlayout" flags="fillX fillY" >
  37.           <widget type="listBox" name="accountListBox" flags="fillX fillY" />
  38.           <widget type="vlayout" flags="fillY equalWidth" >
  39.             <widget type="pushButton" text="Edit Account"    name="editAccountButton" />
  40.             <widget type="pushButton" text="Create Account"  name="addAccountButton" />
  41.             <widget type="pushButton" text="Delete Account"  name="delAccountButton" />
  42.             <widget type="vspacer" flags="fillY" />
  43.           </widget>
  44.         </widget>
  45.       </widget>
  46.  
  47.     </widget>
  48.  
  49.     <!-- wizard controls -->
  50.     <widget type="hLine" flags="fillX" />
  51.     <widget type="hlayout" flags="fillX equalWidth" >
  52.       <widget type="pushButton" text="Help"     name="wiz_help_button" />
  53.       <widget type="hspacer" flags="fillX" />
  54.       <widget type="pushButton" text="Close"    name="closeButton" />
  55.     </widget>
  56.  
  57.   </widget>
  58.  
  59. </dialog>
  60.  
  61.